 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Inter', sans-serif;
    background-color: rgb(115,182,227);
  }
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;

  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 570px;
    width: 100%;
    background: white;
    padding: 40px;
  }

  .formbold-form-img {
    margin-bottom: 45px;
  }

  .formbold-input-group {
    margin-bottom: 18px;
  }

  .formbold-form-select {
    width: 100%;
    padding: 12px 22px;
    border-radius: 5px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-size: 16px;
    color: #536387;
    outline: none;
    resize: none;
  }

  .formbold-input-radio-wrapper {
    margin-bottom: 25px;
  }
  .formbold-radio-flex {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .formbold-radio-label {
    font-size: 14px;
    line-height: 24px;
    color: #07074d;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .formbold-input-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .formbold-radio-checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px solid #dde3ec;
    border-radius: 50%;
  }
  .formbold-radio-label
    .formbold-input-radio:checked
    ~ .formbold-radio-checkmark {
    background-color: #6a64f1;
  }
  .formbold-radio-checkmark:after {
    content: '';
    position: absolute;
    display: none;
  }

  .formbold-radio-label
    .formbold-input-radio:checked
    ~ .formbold-radio-checkmark:after {
    display: block;
  }

  .formbold-radio-label .formbold-radio-checkmark:after {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    transform: translate(-50%, -50%);
  }

  .formbold-form-input {
    width: 100%;
    padding: 13px 22px;
    border-radius: 5px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    outline: none;
    resize: none;
  }
  .formbold-form-input::placeholder {
    color: #536387;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .formbold-form-label {
    color: #07074d;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
  }
  .formbold-form-label1{
    color: #07074d;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
  }

  .formbold-btn {
    text-align: center;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #6a64f1;
    color: white;
    cursor: pointer;
    margin-top: 25px;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-h1{
   margin-left:145px;

  }

  .formbold-form-wrapper a{
   float: right;
   text-decoration: none;
   color: white;
   background-color: red;
   font-size: 20px;
   margin-top: -30px;
   margin-right: -26px;
   text-align: center;
   width: 81px;
   border-radius: 5px;
   font-weight: bold;
  }
  .btn{
    position: absolute;
    border: none;
    text-decoration: none;
    color: #fff;
    top:10px;
    left:1495px;
    background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
    border-radius: 15px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 15px;
    padding: 0.6em 1.5em;

 }
 .btn:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
 }

 @keyframes pulse512 {
  0% {
   box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
   box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
   box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
 }
 .Uid{
  text-align: center;
 }
 .h1{
  text-align: center;
 }
 .logo{
  position: relative;
  margin-left:10px;
 }
 @media only screen  and (min-device-width: 1201px) and (max-width: 1600px) {
  .btn{
    top:10px;
    /* left:1080px; */

  }
 }
 @media only screen  and (min-device-width: 1025px) and (max-width: 1200px) {
  .btn{
    top:10px;
    /* left:910px; */

  }
 }


 @media only screen   and (min-device-width: 769px)  and (max-device-width: 1024px){
  .btn{
    top:6px;
    /* left:685px; */

  }

 }


 @media only screen   and (min-device-width: 481px)  and (max-device-width: 768px) {
  .btn{
    top:6px;
    /* left:380px; */
  }
  .Uid{
    font-size:15px;
    text-align: center;
   }
 }


 @media only screen   and (min-device-width: 320px)  and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2) {
  .btn{
    top:6px;
    /* left:190px; */

  }
  .Uid{
    font-size:14px;
    text-align: center;
   }


 }
 @media only screen   and (min-device-width: 240px)  and (max-device-width: 319px)  and (-webkit-min-device-pixel-ratio: 2) {
  .btn{
    top:6px;
    /* left:120px; */
  }
  .Uid{
    font-size:15px;
    text-align: center;
   }
}


  @media (max-width:570px){
    .formbold-h1{
      margin-left:60px;
      font-size:25px;
     }
  }

  @media (max-width:420px){
    .formbold-h1{
      margin-left:20px;
      font-size: 20px;
     }
  }
  @media (max-width:320px){
    .formbold-h1{
      margin-left:20px;
      font-size: 20px;
     }
  }






